projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c148850
)
libxenlight: Delete dep files on 'make clean', and include them in Makefile rules.
author
Keir Fraser
<keir.fraser@citrix.com>
Fri, 4 Dec 2009 06:50:46 +0000
(06:50 +0000)
committer
Keir Fraser
<keir.fraser@citrix.com>
Fri, 4 Dec 2009 06:50:46 +0000
(06:50 +0000)
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
tools/libxl/Makefile
patch
|
blob
|
history
diff --git
a/tools/libxl/Makefile
b/tools/libxl/Makefile
index 0358cea7b53e138f18e10a94cc9e48bbb19946e7..20cfa0893828198e817b4b62292713f2bdc817fb 100644
(file)
--- a/
tools/libxl/Makefile
+++ b/
tools/libxl/Makefile
@@
-69,9
+69,10
@@
install: all
.PHONY: clean
clean:
- $(RM) -f *.o *.so* *.a $(CLIENTS)
+ $(RM) -f *.o *.so* *.a $(CLIENTS)
$(DEPS)
$(RM) -rf $(LIBCONFIG_SOURCE)
distclean: clean
$(RM) -f $(LIBCONFIG_SOURCE).tar.gz
+-include $(DEPS)